crypto/tls.halfConn.err (field)
8 uses
crypto/tls (current package)
conn.go#L170: err error // first permanent error
conn.go#L196: hc.err = &permanentError{err: e}
conn.go#L198: hc.err = err
conn.go#L200: return hc.err
conn.go#L609: if c.in.err != nil {
conn.go#L610: return c.in.err
conn.go#L1200: if err := c.out.err; err != nil {
conn.go#L1578: if !errors.As(c.out.err, &a) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |